max length | sentence |
---|---|
7 | Account information recovery :: tourtipps. |
5 | Mathematical analysis First three semesters (1998-1999). |
5 | Publisher: Southern Illinois University Press. |
5 | Unfortunately, decent benchmarks never arrived. |
4 | Aluminum bicycle wheel, plastic water bottles, sand, LEDs, aluminum, motor, gear, ball bearing, wood. |
4 | Anselm Kiefer, Morgenthau Plan (detail), 2013. |
4 | Avoid putting bulk data together with metadata. |
4 | Complex collaborative structure Many complicated questions arise. |
4 | Double Daybed fully upholstered with cromiated steel runners. |
4 | Double Daybed fully upholstered with round brushed stainless steel legs. |
4 | Harmonica nose with ripe apple clean aromas. |
4 | Lately I’ve also been making sculptures. |
4 | Patterned writing paper introduced from China. |
4 | People make shipping possible: seafarers. |
4 | Please check with local pilots before flying. |
4 | References : John Matherly just left some historical Shodan data. |
4 | Sólveig Aðalsteinsdóttir shows poles erected from pillars made with worthless found materials. |
4 | Somewhat more impressive with file-per-table. |
4 | Sure, they just left other public vulnerabilities with public working exploits unpatched. |
4 | This queue orders elements FIFO (first-in-first-out). |
4 | This site contains many impressive photos, origami ref. book information. |
4 | Unfortunately, hijacking sysent isn’t sexy anymore! |
4 | What happened afterwards happened afterwards. |
3 | Accompanying the headings for these three areas are. |
3 | Actually, people should know that Brian actually coined the term “MySQL Ecosystem”. |
3 | Additional services are Marine Operations Analysis and Bridge Global Analysis. |
3 | Adelar was responsible for organising several consultations and conferences. |
3 | After some tests, the conclusion was that the problem ocurred for most values except 0xFFFFFFFF (else the trick wouldn’t work!). |
3 | After the concert she brought all ten prints back home. |
3 | After you fix the missing includes and defs, the compile should successfully finish and you have your shiny recompile gdb. |
In this subsection, we order the sentences by the length of the shortest word an look for the sentences with the largest values. As explained in subsection 4.5.2.3, we expect to find non-typical sentences.
select min(char_length(word)) as a, s.sentence from sentences s, inv_w i, words w where s.s_id=i.s_id and i.w_id=w.w_id and length(sentence)>40 and i.w_id>100 group by s.s_id order by a desc limit 30;
4.5.2.1 Maximum word rank in sentence
4.5.2.2 Average word rank in sentence
4.5.2.3 Sentences consisting of many low frequency words I
4.5.2.4 Sentences consisting of many low frequency words II
4.5.2.5 Sentences consisting of short words only I
4.5.2.6 Sentences consisting of short words only II
4.5.2.8 Sentences consisting of long words only II